Example #1
0
 public InstanceKeyNotReadyException(System.Xml.Linq.XName commandName, System.Runtime.DurableInstancing.InstanceKey instanceKey, System.Exception innerException)
 {
 }
Example #2
0
 public System.Xml.Linq.XElement Element(System.Xml.Linq.XName name)
 {
     throw null;
 }
Example #3
0
 public System.Collections.Generic.IEnumerable <System.Xml.Linq.XElement> Elements(System.Xml.Linq.XName name)
 {
     throw null;
 }
Example #4
0
 public XStreamingElement(System.Xml.Linq.XName name)
 {
 }
Example #5
0
 public XStreamingElement(System.Xml.Linq.XName name, params object[] content)
 {
 }
 public System.Collections.Generic.IEnumerable <System.Xml.Linq.XAttribute> Attributes(System.Xml.Linq.XName name)
 {
     throw null;
 }
 public void SetAttributeValue(System.Xml.Linq.XName name, object value)
 {
 }
Example #8
0
 public InstancePersistenceCommandException(System.Xml.Linq.XName commandName, System.Guid instanceId, System.Exception innerException)
 {
 }
Example #9
0
 public void WroteInstanceOwnerMetadataValue(System.Xml.Linq.XName name, System.Runtime.DurableInstancing.InstanceValue value)
 {
 }
Example #10
0
 public InstanceOwnerException(System.Xml.Linq.XName commandName, System.Guid instanceOwnerId, System.Exception innerException)
 {
 }
Example #11
0
 protected InstancePersistenceCommand(System.Xml.Linq.XName name)
 {
 }
Example #12
0
 public InstanceNotReadyException(System.Xml.Linq.XName commandName, System.Guid instanceId)
 {
 }
Example #13
0
 public InstanceLockLostException(System.Xml.Linq.XName commandName, System.Guid instanceId)
 {
 }
Example #14
0
 public InstanceLockedException(System.Xml.Linq.XName commandName, System.Guid instanceId, System.Guid instanceOwnerId, System.Collections.Generic.IDictionary <System.Xml.Linq.XName, object> serializableInstanceOwnerMetadata, string message, System.Exception innerException)
 {
 }
 public System.Collections.Generic.IEnumerable <System.Xml.Linq.XElement> AncestorsAndSelf(System.Xml.Linq.XName name)
 {
     throw null;
 }
Example #16
0
 public InstanceCollisionException(System.Xml.Linq.XName commandName, System.Guid instanceId)
 {
 }
 public System.Xml.Linq.XAttribute Attribute(System.Xml.Linq.XName name)
 {
     throw null;
 }
Example #18
0
 public InstancePersistenceException(System.Xml.Linq.XName commandName)
 {
 }
 public static System.Collections.Generic.IEnumerable <System.Xml.Linq.XElement> Elements <T>(this System.Collections.Generic.IEnumerable <T> source, System.Xml.Linq.XName name) where T : System.Xml.Linq.XContainer
 {
     throw null;
 }
Example #20
0
 public InstancePersistenceException(System.Xml.Linq.XName commandName, string message, System.Exception innerException)
 {
 }
Example #21
0
 public XAttribute(System.Xml.Linq.XName name, object value)
 {
 }
Example #22
0
 public InstanceCollisionException(System.Xml.Linq.XName commandName, System.Guid instanceId, string message, System.Exception innerException)
 {
 }
Example #23
0
 public XStreamingElement(System.Xml.Linq.XName name, object content)
 {
 }
 public void SetElementValue(System.Xml.Linq.XName name, object value)
 {
 }
Example #25
0
 public static System.Collections.Generic.IEnumerable <System.Xml.Linq.XElement> Ancestors <T>(this System.Collections.Generic.IEnumerable <T> source, System.Xml.Linq.XName name) where T : System.Xml.Linq.XNode
 {
     throw null;
 }
 public XElement(System.Xml.Linq.XName name)
 {
 }
Example #27
0
 public static System.Collections.Generic.IEnumerable <System.Xml.Linq.XAttribute> Attributes(this System.Collections.Generic.IEnumerable <System.Xml.Linq.XElement> source, System.Xml.Linq.XName name)
 {
     throw null;
 }
 public XElement(System.Xml.Linq.XName name, object content)
 {
 }
Example #29
0
 public static System.Collections.Generic.IEnumerable <System.Xml.Linq.XElement> DescendantsAndSelf(this System.Collections.Generic.IEnumerable <System.Xml.Linq.XElement> source, System.Xml.Linq.XName name)
 {
     throw null;
 }
Example #30
0
 public InstanceKeyCompleteException(System.Xml.Linq.XName commandName, System.Runtime.DurableInstancing.InstanceKey instanceKey)
 {
 }