C# 클래스 AtomTester.AtcClassification

파일 보기 프로젝트 열기: softwarevidal/vidal-atom-csharp-example 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
feedid String
id int
name String
parentLink System.Uri
productsLink System.Uri

공개 메소드들

메소드 설명
AtcClassification ( int id, String feedid, String name, Uri parentLink, Uri productsLink ) : System

메소드 상세

AtcClassification() 공개 메소드

public AtcClassification ( int id, String feedid, String name, Uri parentLink, Uri productsLink ) : System
id int
feedid String
name String
parentLink System.Uri
productsLink System.Uri
리턴 System

프로퍼티 상세

feedid 공개적으로 프로퍼티

public String feedid
리턴 String

id 공개적으로 프로퍼티

public int id
리턴 int

name 공개적으로 프로퍼티

public String name
리턴 String

parentLink 공개적으로 프로퍼티

public Uri,System parentLink
리턴 System.Uri

productsLink 공개적으로 프로퍼티

public Uri,System productsLink
리턴 System.Uri