LookupMask members
Represents a mask definition for the levels of a hierarchical lookup table.
The LookupMask type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LookupMask | Creates an instance of the LookupMask class. |
Top
Properties
Name | Description | |
---|---|---|
Length | Gets or sets the number of characters in the mask sequence or, if the mask sequence can be of any length, gets or sets the zero value of LookupTableConstants.AnyLengthSequence. | |
MaskType | Gets or sets the mask segment type. | |
Separator | Gets or sets the separator string that is used in the concatenation of parent table entry values at each level of the table mask. | |
TypeId | (Inherited from ClientValueObject.) |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | (Inherited from ClientValueObject.) | |
CustomWriteToXml | (Inherited from ClientValueObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromJson | (Inherited from ClientValueObject.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InitOnePropertyFromJson | Reserved for internal use. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
WriteToXml | Reserved for internal use. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top