Rock.Client.GroupTypeLocationTypeEntity.CopyPropertiesFrom C# (CSharp) Method

CopyPropertiesFrom() public method

Copies the base properties from a source GroupTypeLocationType object
public CopyPropertiesFrom ( GroupTypeLocationType source ) : void
source GroupTypeLocationType The source.
return void
        public void CopyPropertiesFrom( GroupTypeLocationType source )
        {
            this.GroupTypeId = source.GroupTypeId;
            this.LocationTypeValueId = source.LocationTypeValueId;
        }
GroupTypeLocationTypeEntity