Class EntitySerializedParam
Implements
System.ComponentModel.INotifyPropertyChanged
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 EntitySerializedParam : SerializedParam, ICloneable, ICloneable<EntitySerializedParam>, INotifyPropertyChanged
Properties
EntityTypeID
The type of entity that an instance can be selected by the user
Declaration
public Guid EntityTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Filter
An optional filter that restricts the items that can be selected by the user for the EntityTypeID
Declaration
public QueryableFilter Filter { get; set; }
Property Value
Type | Description |
---|---|
QueryableFilter |
ID
The id of the instance of a record of type EntityTypeID
Declaration
public Guid? ID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
ID_Label
The label for the selected itemwith id ID
Declaration
public string ID_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Message
A user friendly message for the selection of the type of entity
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Clone()
Declaration
public EntitySerializedParam Clone()
Returns
Type | Description |
---|---|
EntitySerializedParam |
CopyFromParam(SerializedParam)
Declaration
protected override void CopyFromParam(SerializedParam source)
Parameters
Type | Name | Description |
---|---|---|
SerializedParam | source |
Overrides
CopyFromSource(EntitySerializedParam)
Declaration
public void CopyFromSource(EntitySerializedParam source)
Parameters
Type | Name | Description |
---|---|---|
EntitySerializedParam | source |
CreateNewParam()
Declaration
protected override SerializedParam CreateNewParam()
Returns
Type | Description |
---|---|
SerializedParam |
Overrides
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged