BExIS.Web.Shell.Controllers.TestController.addTestPartyCustomAttribute C# (CSharp) Method

addTestPartyCustomAttribute() private method

private addTestPartyCustomAttribute ( Dlm partyType ) : Dlm.Entities.Party.PartyCustomAttribute
partyType Dlm
return Dlm.Entities.Party.PartyCustomAttribute
        private Dlm.Entities.Party.PartyCustomAttribute addTestPartyCustomAttribute(Dlm.Entities.Party.PartyType partyType)
        {
            Dlm.Services.Party.PartyTypeManager ptm = new Dlm.Services.Party.PartyTypeManager();
            return ptm.CreatePartyCustomAttribute(partyType, "string", "Name", "Name for test", "", true, 0);
        }