Click or drag to resize

ICountryStringEntityMember Interface

Country String EntityMember

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface ICountryStringEntityMember : IReadOnlyStringEntityMember, 
	IReadOnlyEntityMember<string>, IReadOnlyEntityMemberBase, IDisposable, IEquatable<IProxy>

The ICountryStringEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyApplyTrimEnd
Apply a TrimEnd to the value
(Inherited from IReadOnlyStringEntityMember.)
Public propertyAuthorizedCharacters
Gets or Sets the authorized characters set. Use "a-zA-Z0-9" for alphanumeric characters. Use "A-Z _" for uppercase letters, space and underscore. Use @"A-Za-z\-" for letters and dash (escape the dash character)
(Inherited from IReadOnlyStringEntityMember.)
Public propertyCharacterCasing
Character casing
(Inherited from IReadOnlyStringEntityMember.)
Public propertyDefaultExpression
Default expression, used when the entity is in append mode to initialize the members
(Inherited from IReadOnlyEntityMemberT.)
Public propertyEntity
Owner entity
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyIsSystem
Indicates if a member is system
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyLabel
Label of the member
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyLength
Length
(Inherited from IReadOnlyStringEntityMember.)
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
Indicates if the member can be null
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyOriginValue
Original value of this member (after load or append)
(Inherited from IReadOnlyEntityMemberT.)
Public propertyPreviousValue
Previous value of this member
(Inherited from IReadOnlyEntityMemberT.)
Public propertyReadOnly
Indicates if the member value can be change or not
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyRegularExpression
Gets a regular expression to validate the value
(Inherited from IReadOnlyStringEntityMember.)
Public propertyUserDefined
Indicates if the member is a user defined member
(Inherited from IReadOnlyEntityMemberBase.)
Public propertyValue
Actual value of this member
(Inherited from IReadOnlyEntityMemberT.)
Public propertyValues
List of authorize values if the authorized values is restricted
(Inherited from IReadOnlyEntityMemberT.)
Public propertyVisible
Indicates if the member is visible when autocreating controls
(Inherited from IReadOnlyEntityMemberBase.)
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