![]() | IReadOnlyBlobEntityMember Interface |
Namespace: EBP.Api.Interfaces.Entity
The IReadOnlyBlobEntityMember type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultExpression |
Default expression, used when the entity is in append mode to initialize the members
(Inherited from IReadOnlyEntityMemberT.) |
![]() | Entity |
Owner entity
(Inherited from IReadOnlyEntityMemberBase.) |
![]() | IsSystem |
Indicates if a member is system
(Inherited from IReadOnlyEntityMemberBase.) |
![]() | Label |
Label of the member
(Inherited from IReadOnlyEntityMemberBase.) |
![]() | MemberValueType |
Gets the type of the member value
(Inherited from IReadOnlyEntityMemberBase.) |
![]() | 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 |
Indicates if the member can be null
(Inherited from IReadOnlyEntityMemberBase.) |
![]() | OriginValue |
Original value of this member (after load or append)
(Inherited from IReadOnlyEntityMemberT.) |
![]() | PreviousValue |
Previous value of this member
(Inherited from IReadOnlyEntityMemberT.) |
![]() | ReadOnly |
Indicates if the member value can be change or not
(Inherited from IReadOnlyEntityMemberBase.) |
![]() | UserDefined |
Indicates if the member is a user defined member
(Inherited from IReadOnlyEntityMemberBase.) |
![]() | Value |
Actual value of this member
(Inherited from IReadOnlyEntityMemberT.) |
![]() | Values |
List of authorize values if the authorized values is restricted
(Inherited from IReadOnlyEntityMemberT.) |
![]() | Visible |
Indicates if the member is visible when autocreating controls
(Inherited from IReadOnlyEntityMemberBase.) |
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.) |
Name | Description | |
---|---|---|
![]() | CheckingData |
Raises when the member is checking data
(Inherited from IReadOnlyEntityMemberBase.) |