C# 클래스 SIL.FieldWorks.FDO.DomainImpl.CmPossibilityListFactory

Add ICmPossibilityListFactoryInternal impl.
상속: ICmPossibilityListFactoryInternal
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
CreateUnowned ( System.Guid guid, string listName, int ws ) : ICmPossibilityList

Create a new unowned (Custom) ICmPossibilityList instance. Items in these lists are CmCustomItems.

CreateUnowned ( string listName, int ws ) : ICmPossibilityList

Create a new unowned (Custom) ICmPossibilityList instance. Items in these lists are CmCustomItems.

비공개 메소드들

메소드 설명
ICmPossibilityListFactoryInternal ( System.Guid guid, int hvo ) : ICmPossibilityList

Create a new ICmPossibilityList instance with the given parameters.

메소드 상세

CreateUnowned() 공개 메소드

Create a new unowned (Custom) ICmPossibilityList instance. Items in these lists are CmCustomItems.
public CreateUnowned ( System.Guid guid, string listName, int ws ) : ICmPossibilityList
guid System.Guid
listName string
ws int
리턴 ICmPossibilityList

CreateUnowned() 공개 메소드

Create a new unowned (Custom) ICmPossibilityList instance. Items in these lists are CmCustomItems.
public CreateUnowned ( string listName, int ws ) : ICmPossibilityList
listName string
ws int
리턴 ICmPossibilityList