Class AnySingleCommandParam
The command parameters for the menu command that can open an instance of any single item in the system
Used by the ViewItem command
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.Commands
Assembly: API.dll
Syntax
[DataContract]
public class AnySingleCommandParam : CommandSerializedParam, ICloneable, ICloneable<CommandSerializedParam>, INotifyPropertyChanged
Properties
CustomLayout
When the item is opened, it can be displayed using the default layout for the user/team, or the id of a specific custom layout can be specified here
Declaration
public string CustomLayout { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EntityID
The unique id of the actual instance of the entity (of type EntityTypeID) to open
Declaration
public Guid EntityID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
EntityID_Label
If this entity type has a label field defined (LabelColumn) then this holds the actual value of that field for the entity to be opened
Declaration
public string EntityID_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EntityTypeID
The unique global id of the entity type to open
Declaration
public Guid EntityTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Methods
CopyFromParam(SerializedParam)
Declaration
protected override void CopyFromParam(SerializedParam source)
Parameters
Type | Name | Description |
---|---|---|
SerializedParam | source |
Overrides
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