Class ExtendedPropertyDefinitionSecurityGroup
Extended Property Security Group
Inheritance
System.Object
ExtendedPropertyDefinitionSecurityGroup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ExtendedPropertyDefinitionSecurityGroup
Constructors
ExtendedPropertyDefinitionSecurityGroup()
Declaration
public ExtendedPropertyDefinitionSecurityGroup()
Properties
CanEdit
Can edit the extended property?
Declaration
public bool CanEdit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CanView
Can view the extended property?
Declaration
public bool CanView { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Group Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Group Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |