Class DocumentSchema.Field
public class DocumentSchema.Field : EditableEntity
- Inheritance
-
DocumentSchema.Field
- Derived
- Inherited Members
- Extension Methods
Constructors
Field()
Default ctor
public Field()
Field(Field)
Copy ctor
public Field(DocumentSchema.Field other)
Parameters
other
DocumentSchema.Field
Properties
CalcFormula
public string? CalcFormula { get; set; }
Property Value
ExtMappingInfo
public string? ExtMappingInfo { get; set; }
Property Value
MappingInfo
public IDictionary<string, string>? MappingInfo { get; }
Property Value
Name
public string? Name { get; set; }
Property Value
Schema
public DocumentSchema? Schema { get; set; }
Property Value
Sensitive
public bool Sensitive { get; set; }
Property Value
Type
public Type Type { get; }
Property Value
TypeName
public string? TypeName { get; set; }