Class ObjectIdentifierType
[Serializable]
public class ObjectIdentifierType
- Inheritance
-
ObjectIdentifierType
- Inherited Members
Properties
Description
[AllowNull]
[MaybeNull]
public string Description { get; set; }
Property Value
DocumentationReferences
[AllowNull]
[MaybeNull]
public Collection<string> DocumentationReferences { get; set; }
Property Value
DocumentationReferencesSpecified
Gets a value indicating whether the DocumentationReferences collection is empty.
public bool DocumentationReferencesSpecified { get; }
Property Value
Identifier
[Required(AllowEmptyStrings = true)]
public IdentifierType Identifier { get; set; }