C# 클래스 Microsoft.Http.Headers.ProductOrComment

파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects

공개 메소드들

메소드 설명
Parse ( string value ) : ProductOrComment
ProductOrComment ( ) : System
ProductOrComment ( Product product ) : System
ProductOrComment ( string comment ) : System
ToString ( ) : string

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string value ) : ProductOrComment
value string
리턴 ProductOrComment

ProductOrComment() 공개 메소드

public ProductOrComment ( ) : System
리턴 System

ProductOrComment() 공개 메소드

public ProductOrComment ( Product product ) : System
product Product
리턴 System

ProductOrComment() 공개 메소드

public ProductOrComment ( string comment ) : System
comment string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string