Class ChangeGroupAddress
- Namespace
- InSite.Application.Groups.Write
- Assembly
- Shift.Sdk.dll
public class ChangeGroupAddress : Command, ICommand
- Inheritance
-
ChangeGroupAddress
- Implements
- Inherited Members
- Extension Methods
Constructors
ChangeGroupAddress(Guid, AddressType, GroupAddress)
public ChangeGroupAddress(Guid group, AddressType type, GroupAddress address)
Parameters
groupGuidtypeAddressTypeaddressGroupAddress
Properties
Address
public GroupAddress Address { get; }
Property Value
Type
public AddressType Type { get; }