Click or drag to resize

IEntityMemberBase Interface

EntityMember represents a member of an entity

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IEntityMemberBase : IReadOnlyEntityMemberBase, 
	IDisposable, IEquatable<IProxy>

The IEntityMemberBase type exposes the following members.

Properties
  NameDescription
Public propertyDefaultExpression
Default expression, used when the enity is in append mode to initialize the members
Public propertyEntity
Gets the owner entity
Public propertyIsSystem
Indicates if a member is system
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyLabel
Label of the member
Public propertyMemberValueType
Gets the type of the member value
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyModified
Indicates if the actual value is different form the original value
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyName
The name of the property corresponding to this member in the owner entity (retrieve in the entity, using reflection)
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyNullable
Gets or sets whether the member value can be null
Public propertyOriginValue
Original value of this member (after load or append)
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyPreviousValue
Previous value of this member
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyReadOnly
Gets or sets whether the member is read-only
Public propertyUserDefined
Indicates if the member is a user defined member
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyValue
Gets or sets the member value
Public propertyVisible
Gets or sets whether the member is visible when auto creating controls or grid columns
Top
Methods
  NameDescription
Public methodCheckData
Check the actual value integrity
(Inherited from IReadOnlyEntityMemberBase.)
Public methodCopyTo
Copies the member value to the given member
(Inherited from IReadOnlyEntityMemberBase.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
Events
  NameDescription
Public eventCheckingData
Raises when the member is checking data
(Inherited from IReadOnlyEntityMemberBase.)
Top
See Also