Class DescribeGroup
- Namespace
- InSite.Application.Groups.Write.Old
- Assembly
- Shift.Sdk.dll
public class DescribeGroup : Command, ICommand
- Inheritance
-
DescribeGroup
- Implements
- Inherited Members
- Extension Methods
Constructors
DescribeGroup(Guid, string, string, string, string)
public DescribeGroup(Guid group, string category, string code, string description, string label)
Parameters
Properties
Category
public string Category { get; set; }
Property Value
Code
public string Code { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
Label
public string Label { get; set; }