Class EntityTypeSerializedParam
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LemonEdge.Client.Core.Support
Assembly: ClientCore.dll
Syntax
[DataContract]
public class EntityTypeSerializedParam : SerializedParam, ICloneable, ICloneable<EntityTypeSerializedParam>
Properties
EntityTypeID
The UniqueKey for the entity type selected by the user
Declaration
public string EntityTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Message
The message for the entity type selection to display to the user
Declaration
[DataMember]
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Clone()
Declaration
public EntityTypeSerializedParam Clone()
Returns
Type | Description |
---|---|
EntityTypeSerializedParam |
CopyFromParam(SerializedParam)
Declaration
protected override void CopyFromParam(SerializedParam source)
Parameters
Type | Name | Description |
---|---|---|
SerializedParam | source |
Overrides
CopyFromSource(EntityTypeSerializedParam)
Declaration
public void CopyFromSource(EntityTypeSerializedParam source)
Parameters
Type | Name | Description |
---|---|---|
EntityTypeSerializedParam | source |
CreateNewParam()
Declaration
protected override SerializedParam CreateNewParam()
Returns
Type | Description |
---|---|
SerializedParam |