C# 클래스 Zetetic.Ldap.AttributeEventArgs

LdifReader raises AttributeEventArgs upon reading a complete single attribute value (which may span multiple folded lines)
상속: System.EventArgs
파일 보기 프로젝트 열기: skradel/Zetetic.Ldap 1 사용 예제들

공개 메소드들

메소드 설명
AttributeEventArgs ( string attrName, object attrValue ) : System

메소드 상세

AttributeEventArgs() 공개 메소드

public AttributeEventArgs ( string attrName, object attrValue ) : System
attrName string
attrValue object
리턴 System