Click or drag to resize

IReadOnlyEntityMemberBase 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 IReadOnlyEntityMemberBase : IDisposable, 
	IEquatable<IProxy>

The IReadOnlyEntityMemberBase 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
Owner entity
Public propertyIsSystem
Indicates if a member is system
Public propertyLabel
Label of the member
Public propertyMemberValueType
Gets the type of the member value
Public propertyModified
Indicates if the actual value is different form the original value
Public propertyName
The name of the property corresponding to this member in the owner entity (retrieve in the entity, using reflection)
Public propertyNullable
Indicates if the member can be null
Public propertyOriginValue
Original value of this member (after load or append)
Public propertyPreviousValue
Previous value of this member
Public propertyReadOnly
Indicates if the member value can be change or not
Public propertyUserDefined
Indicates if the member is a user defined member
Public propertyValue
Actual value of this member
Public propertyVisible
Indicates if the member is visible when autocreating controls
Top
Methods
  NameDescription
Public methodCheckData
Check the actual value integrity
Public methodCopyTo
Copies the member value to the given member
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
Top
See Also