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

파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
Create ( FdoCache cache, System.Guid guid ) : IStStyle

Create a new style with a fixed guid.

Create ( IFdoOwningCollection styleList, string name, ContextValues context, StructureValues structure, FunctionValues function, bool isCharStyle, int userLevel, bool isBuiltin ) : IStStyle

Create a new style on the specified style list.

메소드 상세

Create() 공개 메소드

Create a new style with a fixed guid.
public Create ( FdoCache cache, System.Guid guid ) : IStStyle
cache FdoCache project cache
guid System.Guid the factory set guid
리턴 IStStyle

Create() 공개 메소드

Create a new style on the specified style list.
public Create ( IFdoOwningCollection styleList, string name, ContextValues context, StructureValues structure, FunctionValues function, bool isCharStyle, int userLevel, bool isBuiltin ) : IStStyle
styleList IFdoOwningCollection The style list to add the style to
name string style name
context ContextValues style context
structure StructureValues style structure
function FunctionValues style function
isCharStyle bool true if character style, otherwise false
userLevel int User level
isBuiltin bool True for a builtin style, otherwise, false.
리턴 IStStyle