Class CommitmentTypeIndicationType
[Serializable]
public class CommitmentTypeIndicationType
- Inheritance
-
CommitmentTypeIndicationType
- Inherited Members
Properties
AllSignedDataObjects
[AllowNull]
[MaybeNull]
public object AllSignedDataObjects { get; set; }
Property Value
CommitmentTypeId
[Required(AllowEmptyStrings = true)]
public ObjectIdentifierType CommitmentTypeId { get; set; }
Property Value
CommitmentTypeQualifiers
[AllowNull]
[MaybeNull]
public Collection<AnyType> CommitmentTypeQualifiers { get; set; }
Property Value
CommitmentTypeQualifiersSpecified
Gets a value indicating whether the CommitmentTypeQualifiers collection is empty.
public bool CommitmentTypeQualifiersSpecified { get; }
Property Value
ObjectReference
[AllowNull]
[MaybeNull]
public Collection<string> ObjectReference { get; set; }
Property Value
ObjectReferenceSpecified
Gets a value indicating whether the ObjectReference collection is empty.
public bool ObjectReferenceSpecified { get; }