C# 클래스 Kooboo.Commerce.Categories.CategoryCustomField

파일 보기 프로젝트 열기: Kooboo/Ecommerce 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CategoryCustomField ( string name, string value ) : System
IsOrphan ( ) : bool
ToString ( ) : string

보호된 메소드들

메소드 설명
CategoryCustomField ( ) : System

메소드 상세

CategoryCustomField() 보호된 메소드

protected CategoryCustomField ( ) : System
리턴 System

CategoryCustomField() 공개 메소드

public CategoryCustomField ( string name, string value ) : System
name string
value string
리턴 System

IsOrphan() 공개 메소드

public IsOrphan ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string