|  | IInt32EntityMember Interface | 
Namespace: EBP.Api.Interfaces.Entity
 Syntax
SyntaxThe IInt32EntityMember type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AllowDisplayZerosAsEmpty | 
            Gets or Sets whether to allow grids to draw zeros as empty strings
            (Inherited from INumericEntityMemberT.) | 
|  | DefaultExpression | 
            Default expression, used when the entity is in append mode to initialize the members
            (Inherited from IEntityMemberT.) | 
|  | Entity | 
            Gets the  owner entity
            (Inherited from IEntityMemberBase.) | 
|  | IsSystem | 
            Indicates if a member is system
            (Inherited from IReadOnlyEntityMemberBase.) | 
|  | Label | 
            Label of the member
            (Inherited from IEntityMemberBase.) | 
|  | MaxValue | 
            Maximum value
            (Inherited from INumericEntityMemberT.) | 
|  | MemberValueType | 
            Gets the type of the member value
            (Inherited from IReadOnlyEntityMemberBase.) | 
|  | MinValue | 
            Minimum value
            (Inherited from INumericEntityMemberT.) | 
|  | Modified | 
            Indicates if the actual value is different form the original value
            (Inherited from IReadOnlyEntityMemberBase.) | 
|  | Name | 
            The name of the property corresponding to this member in the owner entity 
            (retrieve in the entity, using reflection)
            (Inherited from IReadOnlyEntityMemberBase.) | 
|  | Nullable | 
            Gets or sets whether the member value can be null
            (Inherited from IEntityMemberBase.) | 
|  | OriginValue | 
            Original value of this member (after load or append)
            (Inherited from IEntityMemberT.) | 
|  | PreviousValue | 
            Previous value of this member
            (Inherited from IEntityMemberT.) | 
|  | ReadOnly | 
            Gets or sets whether the member is read-only
            (Inherited from IEntityMemberBase.) | 
|  | UserDefined | 
            Indicates if the member is a user defined member
            (Inherited from IReadOnlyEntityMemberBase.) | 
|  | Value | 
            Actual value of this member
            (Inherited from IEntityMemberT.) | 
|  | Values | 
            List of authorize values if the authorized values is restricted
            (Inherited from IReadOnlyEntityMemberT.) | 
|  | Visible | 
            Gets or sets whether the member is visible when auto creating controls or grid columns
            (Inherited from IEntityMemberBase.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CheckData | 
            Check the actual value integrity
            (Inherited from IReadOnlyEntityMemberBase.) | 
|  | CopyTo | 
            Copies the member value to the given member
            (Inherited from IReadOnlyEntityMemberBase.) | 
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
 Events
Events| Name | Description | |
|---|---|---|
|  | CheckingData | 
            Raises when the member is checking data
            (Inherited from IReadOnlyEntityMemberBase.) | 
 See Also
See Also