Click or drag to resize
EntityField Constructor
Overload List
  NameDescription
Public methodEntityField
Initializes a new instance of the EntityField class, for deserialization purposes.
Public methodEntityField(String, IExpression)
Initializes a new instance of the EntityField class.
Public methodEntityField(IFieldInfo, IFieldPersistenceInfo)
Initializes a new instance of the EntityField class.
Public methodEntityField(String, IExpression, AggregateFunction)
Initializes a new instance of the EntityField class.
Public methodEntityField(String, IExpression, Type)
Initializes a new instance of the EntityField class.
Public methodEntityField(String, String, Type)
Initializes a new instance of the EntityField class.
Public methodEntityField(IFieldInfo, IFieldPersistenceInfo, IEntityFieldsCore)
Initializes a new instance of the EntityField class.
Public methodEntityField(String, IExpression, AggregateFunction, Type)
Initializes a new instance of the EntityField class.
Public methodEntityField(String, String, Type, Int32, Byte, Byte)
Initializes a new instance of the EntityField class.
Protected methodEntityField(String, IExpression, AggregateFunction, Type, String, Int32, Byte, Byte)
Initializes a new instance of the EntityField class.
Top
See Also