InlineCategoriesDocument 클래스

정의

서비스 문서 내의 <atom:categories> 요소를 나타냅니다.

public ref class InlineCategoriesDocument : System::ServiceModel::Syndication::CategoriesDocument
public class InlineCategoriesDocument : System.ServiceModel.Syndication.CategoriesDocument
type InlineCategoriesDocument = class
    inherit CategoriesDocument
Public Class InlineCategoriesDocument
Inherits CategoriesDocument
상속
InlineCategoriesDocument

생성자

InlineCategoriesDocument()

InlineCategoriesDocument 클래스의 새 인스턴스를 만듭니다.

InlineCategoriesDocument(IEnumerable<SyndicationCategory>)

InlineCategoriesDocument 클래스의 새 인스턴스를 만듭니다.

InlineCategoriesDocument(IEnumerable<SyndicationCategory>, Boolean, String)

InlineCategoriesDocument 클래스의 새 인스턴스를 만듭니다.

속성

AttributeExtensions

특성 확장 컬렉션을 가져옵니다.

(다음에서 상속됨 CategoriesDocument)
BaseUri

CategoriesDocument의 기본 URI입니다.

(다음에서 상속됨 CategoriesDocument)
Categories

InlineCategoriesDocument와 연결된 배포 범주 컬렉션을 가져옵니다.

ElementExtensions

CategoriesDocument의 요소 확장을 가져옵니다.

(다음에서 상속됨 CategoriesDocument)
IsFixed

배포 범주를 InlineCategoriesDocument에 추가할 수 있는지 여부를 지정하는 값을 가져오거나 설정합니다.

Language

CategoriesDocument의 언어를 가져오거나 설정합니다.

(다음에서 상속됨 CategoriesDocument)
Scheme

InlineCategoriesDocument의 체계를 가져오거나 설정합니다.

메서드

CreateCategory()

SyndicationCategory 인스턴스를 만듭니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetFormatter()

이 메서드가 호출된 AtomPub10CategoriesDocumentFormatter 를 사용하여 초기화된 새 CategoriesDocument 인스턴스를 가져옵니다.

(다음에서 상속됨 CategoriesDocument)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
Save(XmlWriter)

CategoriesDocumentXmlWriter에 저장합니다.

(다음에서 상속됨 CategoriesDocument)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
TryParseAttribute(String, String, String, String)

특성 확장의 구문 분석을 시도합니다.

(다음에서 상속됨 CategoriesDocument)
TryParseElement(XmlReader, String)

요소 확장의 구문 분석을 시도합니다.

(다음에서 상속됨 CategoriesDocument)
WriteAttributeExtensions(XmlWriter, String)

지정된 XmlWriter에 특성 확장을 씁니다.

(다음에서 상속됨 CategoriesDocument)
WriteElementExtensions(XmlWriter, String)

지정된 XmlWriter에 요소 확장을 씁니다.

(다음에서 상속됨 CategoriesDocument)

적용 대상