Acceleratio.SPDG.Generator.Server.SPModel.SPDGServerRoleDefinition.SPDGServerRoleDefinition C# (CSharp) 메소드

SPDGServerRoleDefinition() 공개 메소드

public SPDGServerRoleDefinition ( SPRoleDefinition spRoleDefinition ) : Acceleratio.SPDG.Generator.SPModel
spRoleDefinition SPRoleDefinition
리턴 Acceleratio.SPDG.Generator.SPModel
        public SPDGServerRoleDefinition(SPRoleDefinition spRoleDefinition)
        {
            _spRoleDefinition = spRoleDefinition;
        }
SPDGServerRoleDefinition